Click or drag to resize
Table Class
This Class represent the table wich contain a list of Slabs and a tags Buffer.
Inheritance Hierarchy
SystemObject
  TangibleFrameworkTable

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Table

The Table type exposes the following members.

Constructors
  NameDescription
Public methodTable
default constructor wich initialize all buffers.
Top
Methods
  NameDescription
Private methodAddToFrameBuffer
this function is used to add value to Frame Buffer values. the string value of Slab IP address.the string value of Slab Frame data. this function return type is void
Public methodUpdateFrameBuffer
this function is used to update Frame Buffer values. the string value of Slab IP address.the string value of Slab Frame data. this function return type is void.
Public methodUpdateSlabsTagBuffer
this function is used to update Slabs Tag Buffer values. the string value of Slab IP address.the string value of Slab Frame data. this function return type is void .
Top
Fields
  NameDescription
Public fieldFrameBuffer
Frame Buffer
Public fieldSlabsTagBuffer
Slabs View Buffer
Top
See Also